home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 136
/
Volume 136 My Disc - Damaged.iso
/
Interface
/
it.dig
/
scripts
/
DefineSprite_289
/
frame_3
/
DoAction.as
Wrap
Text File
|
2011-08-04
|
1KB
|
43 lines
stop();
executar_btn.setStyle("fontFamily","Verdana");
executar_btn.setStyle("fontWeight","bold");
executar_btn.setStyle("color","#FFFFFF");
executar_btn.enabled = true;
onEnterFrame = function()
{
var _loc3_ = _root.descri.caminho.text;
_loc3_ = _loc3_.substring(_loc3_.length - 3,_loc3_.length);
if(this.comando.text == "ABRIR")
{
_root.descri.executar_btn.label = "OPEN";
}
else if(this.comando.text == "LINK")
{
_root.descri.executar_btn.label = "DOWNLOAD";
}
else if(this.comando.text == "EXECUTAR")
{
_root.descri.executar_btn.label = "RUN";
}
else if(this.comando.text == "INSTALAR")
{
_root.descri.executar_btn.label = "INSTALL";
}
else if(this.comando.text == "run.app")
{
_root.descri.executar_btn.label = "INSTALAR";
}
else if(this.comando.text == "JOGAR")
{
_root.descri.executar_btn.label = "PLAY";
}
else if(this.comando.text == "FLV")
{
_root.descri.executar_btn.label = "PLAY";
}
else if(this.comando.text == "MINI")
{
_root.descri.executar_btn.label = "PLAY";
}
};